perm filename EMACS.NCH[UP,DOC] blob sn#408698 filedate 1979-01-07 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	Brief EMACS command chart.
C00005 ENDMK
CāŠ—;
Brief EMACS command chart.

(CURSOR-CONTROL)
C-A   Beginning of line			C-E  End of line
C-B   Backward character		C-F  Forward character
C-N   Next line				C-P  Previous line
M-A   Backward Sentence			M-E  Forward Sentence
M-B   Backward Word			M-F  Forward Word

(WINDOW-CONTROL)
C-V    Next Screen			M-V   Previous Screen
M-<    Beginning of file		M->   End of file
C-X 1  One Window mode			C-X 2 Two Window mode
C-X O  Other Window			C-X ↑ Grow Window
C-L    Refresh current window

(KILL/DELETE-CONTROL)
C-D    Delete next character		<DEL>  delete previous character
M-D    Delete next word			M-<DEL>delete previous word
C-K    Kill Line			C-Y    Un-kill last killed text
C-W    Kill Region between point/mark   M-W    copy region into kill buffer

(SEARCH-CONTROL)
C-R    Reverse Search			C-S    Incremental Search

(FILE-BUFFER-CONTROL)
C-X  B    Select a buffer		C-X K     Kill a buffer
C-X C-F   Find File			C-X C-V   Visit File
C-X C-S   Save File			C-X C-W   Write File
C-X ↑B    List Buffers

(LOWER-UPPER-CASE-REGION)
C-X C-L      Lowercase Region		C-X C-U   Uppercase Region

(REGION)
C-@ or <NUL> Place the mark where point is. The point is where the cursor
	     currently is.
C-X C-X	Exchange point and mark.

(INVOKE-INFO) C-X I       Info

(EXIT-EMACS)  C-X C-Z			(Just exit without saving bufer)
(EXIT-EMACS-AND-SAVE) C-U C-X C-Z	(Exit but save buffer if needed)